/* Footer */
.site-footer {
  background-color: #111;
  padding: 50px 20px;
  text-align: center;
  border-top: 1px solid #222;
}
.site-footer p {
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #aaa;
}
.site-footer .social-links a {
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.site-footer .social-links a:hover {
  color: #007aff;
}